projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5d9601
)
Clarify an argument to g_file_enumerate_children_async()
author
Federico Mena Quintero
<federico@novell.com>
Thu, 27 Aug 2009 00:14:07 +0000
(19:14 -0500)
committer
Benjamin Otte
<otte@gnome.org>
Thu, 15 Oct 2009 20:06:14 +0000
(22:06 +0200)
Signed-off-by: Federico Mena Quintero <federico@novell.com>
gtk/gtkfilesystemmodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilesystemmodel.c
b/gtk/gtkfilesystemmodel.c
index ca967f9c7cfcba3095113cb216d0e4199bbe0f17..22cd2c3c9a7ee2e923246f52fe07cfa791d42d45 100644
(file)
--- a/
gtk/gtkfilesystemmodel.c
+++ b/
gtk/gtkfilesystemmodel.c
@@
-1130,7
+1130,7
@@
gtk_file_system_model_set_directory (GtkFileSystemModel *model,
g_object_ref (model);
g_file_enumerate_children_async (model->dir,
attributes,
-
0
,
+
G_FILE_QUERY_INFO_NONE
,
IO_PRIORITY,
model->cancellable,
gtk_file_system_model_got_enumerator,